home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
Systeme
/
whocrashed
/
whocrashedSetup.exe
/
{app}
/
WhoCrashedEx.exe
/
0
/
RCDATA
/
TOPTIONSFORM
/
TOPTIONSFORM.txt
Wrap
Text File
|
2012-11-05
|
5KB
|
204 lines
object OptionsForm: TOptionsForm
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Options ..'
ClientHeight = 350
ClientWidth = 451
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 321
Width = 451
Height = 29
Align = alBottom
TabOrder = 0
OnDblClick = Panel1DblClick
object ButtonOK: TBitBtn
Left = 4
Top = 2
Width = 79
Height = 25
Hint = 'Start protecting files'
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
NumGlyphs = 2
ParentFont = False
Style = bsNew
TabOrder = 0
OnClick = ButtonOKClick
end
object ButtonCancel: TBitBtn
Left = 88
Top = 2
Width = 79
Height = 25
Hint = 'Stop protecting files'
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
NumGlyphs = 2
ParentFont = False
Style = bsNew
TabOrder = 1
OnClick = ButtonCancelClick
end
object ButtonApply: TBitBtn
Left = 172
Top = 2
Width = 79
Height = 25
Caption = '&Apply'
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Style = bsNew
TabOrder = 2
OnClick = ButtonApplyClick
end
object buttonHelp: TButton
Left = 366
Top = 2
Width = 81
Height = 25
Caption = '&Help'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ImageAlignment = iaRight
ImageIndex = 9
ImageMargins.Right = 10
Images = MainForm.ImageListMenu
ModalResult = 9
ParentFont = False
TabOrder = 3
OnClick = buttonHelpClick
end
end
object PageControlOptions: TPageControl
Left = 0
Top = 0
Width = 451
Height = 321
ActivePage = TabSheet1
Align = alClient
TabOrder = 1
object TabSheetMain: TTabSheet
Caption = 'Main'
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object Label3: TLabel
Left = 16
Top = 69
Width = 293
Height = 13
Caption = 'Maximum number of displayed analysis reports: (0 = no llimit)'
end
object CheckBoxLocalTime: TCheckBox
Left = 16
Top = 20
Width = 397
Height = 17
Caption = 'Display crash dump timestamps in local time instead of GMT'
TabOrder = 0
OnClick = CheckBoxLocalTimeClick
end
object spinEditMaxReports: TRspSpinEdit
Left = 16
Top = 88
Width = 121
Height = 22
Base = 10
MaxValue = 1000000
MinValue = 0
MinDigits = 0
TabOrder = 1
Value = 15
WrapValue = False
OnChange = spinEditMaxReportsChange
end
end
object TabSheet1: TTabSheet
Caption = '&Symbols'
ImageIndex = 1
object Label1: TLabel
Left = 16
Top = 77
Width = 119
Height = 13
Caption = 'Local Symbol Store path:'
end
object Label2: TLabel
Left = 16
Top = 149
Width = 95
Height = 13
Caption = 'Symbol Server URL:'
end
object checkBoxEnableSymbolResolution: TCheckBox
Left = 16
Top = 20
Width = 329
Height = 17
Caption = 'Enable symbol resolution '
Checked = True
State = cbChecked
TabOrder = 0
OnClick = checkBoxEnableSymbolResolutionClick
end
object CheckBoxDownloadSymbols: TCheckBox
Left = 16
Top = 43
Width = 329
Height = 17
Caption = 'Download missing symbols from symbol server'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = CheckBoxDownloadSymbolsClick
end
object ComboBoxSymbolStore: TComboBox
Left = 16
Top = 96
Width = 409
Height = 21
TabOrder = 2
OnChange = ComboBoxSymbolStoreChange
end
object ComboBoxSymbolServer: TComboBox
Left = 16
Top = 168
Width = 409
Height = 21
TabOrder = 3
OnChange = ComboBoxSymbolServerChange
end
end
end
end